From 41101673c3ecfadca2cddfc3298d51059ebbea2c Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 9 Oct 2020 20:05:20 -0700 Subject: [PATCH] gtk: use GDK_WINDOWING_MACOS in gentypefuncs.py --- gtk/gentypefuncs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gentypefuncs.py b/gtk/gentypefuncs.py index d21622961a..23a874aae7 100644 --- a/gtk/gentypefuncs.py +++ b/gtk/gentypefuncs.py @@ -72,7 +72,7 @@ for f in funcs: file_output += ['*tp++ = {0}();'.format(f)] file_output += ['#endif'] elif f.startswith('gdk_quartz'): - file_output += ['#ifdef GDK_WINDOWING_QUARTZ'] + file_output += ['#ifdef GDK_WINDOWING_MACOS'] file_output += ['*tp++ = {0}();'.format(f)] file_output += ['#endif'] elif f.startswith('gsk_vulkan'): -- 2.30.2